home *** CD-ROM | disk | FTP | other *** search
/ Apple WWDC 1996 / WWDC96_1996 (CD).toast / Technology Materials / MacOS 8 Resources / Developer Tools / Mac OS 8 Interfaces & Libraries / Interfaces / PInterfaces / CMComponent.p < prev    next >
Text File  |  1996-05-01  |  1KB  |  55 lines

  1. {
  2.      File:        CMComponent.p
  3.  
  4.      Contains:    Stub for including new file names.
  5.  
  6.      Version:    Technology:    ColorSync 2.0
  7.                  Release:    Universal Interfaces 3.0d3 on Copland DR1
  8.  
  9.      Copyright:    © 1984-1996 by Apple Computer, Inc.  All rights reserved.
  10.  
  11.      Bugs?:        If you find a problem with this file, send the file and version
  12.                  information (from above) and the problem description to:
  13.  
  14.                      Internet:    apple.bugs@applelink.apple.com
  15.                      AppleLink:    APPLE.BUGS
  16.  
  17. }
  18. {$IFC UNDEFINED UsingIncludes}
  19. {$SETC UsingIncludes := 0}
  20. {$ENDC}
  21.  
  22. {$IFC NOT UsingIncludes}
  23.  UNIT CMComponent;
  24.  INTERFACE
  25. {$ENDC}
  26.  
  27. {$IFC UNDEFINED __CMCOMPONENT__}
  28. {$SETC __CMCOMPONENT__ := 1}
  29.  
  30. {$I+}
  31. {$SETC CMComponentIncludes := UsingIncludes}
  32. {$SETC UsingIncludes := 1}
  33.  
  34. {
  35.     This file has been included to allow older source code 
  36.     to #include <CMComponent.h>.  Please update your source
  37.     code to directly #include <CMMComponent.h>
  38.       and             #include <CMPRComponent.h>
  39.  
  40. }
  41. {  #include the two ColorSync 2.0 files equivalent to the v. 1.0 file  }
  42. {$IFC UNDEFINED __CMMCOMPONENT__}
  43. {$I CMMComponent.p}
  44. {$ENDC}
  45. {$IFC UNDEFINED __CMPRCOMPONENT__}
  46. {$I CMPRComponent.p}
  47. {$ENDC}
  48. {$SETC UsingIncludes := CMComponentIncludes}
  49.  
  50. {$ENDC} {__CMCOMPONENT__}
  51.  
  52. {$IFC NOT UsingIncludes}
  53.  END.
  54. {$ENDC}
  55.